ComponentOne Basic Library for WPF and Silverlight
IOrderedSet<T> Interface
Members 


C1.Silverlight Namespace : IOrderedSet<T> Interface
The type of the elements in the collection.
Defines methods to manipulate ordered sets.
Object Model
IOrderedSet<T> Interface
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Interface IOrderedSet(Of T) 
'Usage
 
Dim instance As IOrderedSet(Of T)
[System.Reflection.DefaultMember("Item")]
public interface IOrderedSet<T> 
Type Parameters
T
The type of the elements in the collection.
See Also

Reference

IOrderedSet<T> Members
C1.Silverlight Namespace